projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
083d610
)
(beginning-of-defun): Fix harmless paren typo.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 19 Feb 2009 17:31:51 +0000
(17:31 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 19 Feb 2009 17:31:51 +0000
(17:31 +0000)
lisp/emacs-lisp/lisp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/lisp.el
b/lisp/emacs-lisp/lisp.el
index 79fb8377f23cbb1c34d59d918ee30016b5e90917..f11c99100a13b4df2123accc6729064b84f412f1 100644
(file)
--- a/
lisp/emacs-lisp/lisp.el
+++ b/
lisp/emacs-lisp/lisp.el
@@
-259,7
+259,8
@@
is called as a function to find the defun's beginning."
"\\(?:" defun-prompt-regexp "\\)\\s(")
"^\\s(")
nil 'move arg)
- (progn (goto-char (1- (match-end 0)))) t))
+ (progn (goto-char (1- (match-end 0)))
+ t)))
;; If open-paren-in-column-0-is-defun-start and defun-prompt-regexp
;; are both nil, column 0 has no significance - so scan forward